MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "abfstartid": 11,
        "continue": "-||"
    },
    "query": {
        "abusefilters": [
            {
                "id": 1,
                "description": "General test filter"
            },
            {
                "id": 2,
                "description": "Very large, browser-crashing tables",
                "pattern": "user_editcount < 50\r\n& edit_delta >= 7500\r\n& (count('<td', lcase(added_lines)) >= 300)"
            },
            {
                "id": 3,
                "description": "Throttle quick and large IP edits"
            },
            {
                "id": 4,
                "description": "Prevent unregistered translations of central notice banners",
                "pattern": "page_namespace = 866\r\n& action = 'edit'\r\n& user_age = 0"
            },
            {
                "id": 5,
                "description": "Specific noticeboard vandalism (in testing)"
            },
            {
                "id": 6,
                "description": "Mass page removals",
                "pattern": "action = 'edit'\r\n& user_editcount < 50\r\n& ((edit_delta <= -2500)|(old_size >=1500 &  new_size<=200))"
            },
            {
                "id": 7,
                "description": "New users should not blank pages",
                "pattern": "!(\"autoconfirmed\" in user_rights)\r\n& (new_size == 0)\r\n& (old_size > 100)\r\n& !(user_name in page_title)\r\n& (action == 'edit')"
            },
            {
                "id": 8,
                "description": "Block nimp",
                "pattern": "(user_editcount < 50)\r\n& ((action == 'move')|(action == 'edit'))\r\n& (rmwhitespace(lcase(ccnorm(SUMMARY))) rlike \"on(?:\\.|dot)nimp(?:\\.|dot)org\")"
            },
            {
                "id": 9,
                "description": "Willy on wheels",
                "pattern": "lcase(moved_to_title) regex \"on wheels\""
            },
            {
                "id": 10,
                "description": "realinfaz.net URL vandalism",
                "pattern": "!(\"user\" in user_groups)\r\n& (lcase(ccnorm(added_lines)) regex 'realinfaz\\.net')"
            }
        ]
    }
}